From aef4422ef8921754b09aee5449ddc90edc27f8e0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 18:24:00 +0000 Subject: [PATCH] (map-keymap): Doc fix. --- lisp/emacs-lisp/lucid.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el index dc45ef546f7..144aaf35b22 100644 --- a/lisp/emacs-lisp/lucid.el +++ b/lisp/emacs-lisp/lucid.el @@ -70,7 +70,12 @@ This includes bindings inherited from a parent keymap. FUNCTION receives two arguments each time it is called: the character (more generally, the event type) that is bound, -and the binding it has." +and the binding it has. + +Note that passing the event type directly to `define-key' does not work +in Emacs 19. We do not emulate that particular feature of Lucid Emacs. +If your code does that, modify it to make a vector containing the event +type that you get. That will work in both versions of Emacs." (if sort-first (let (list) (map-keymap (function (lambda (a b) -- 2.30.2